Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GraphicsPath Class / GraphicsPath Constructor / GraphicsPath Constructor(IFigure[])
The array of figures to be added to the path.

In This Topic
    GraphicsPath Constructor(IFigure[])
    In This Topic
    Initializes a new instance of the GraphicsPath class with the alternate fill mode.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray figures() As IFigure _
    )
    public GraphicsPath( 
       params IFigure[] figures
    )

    Parameters

    figures
    The array of figures to be added to the path.
    See Also